home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / dte5_1.zip / WINDOW.H < prev   
Text File  |  1991-02-06  |  548b  |  18 lines

  1. /*
  2.  * Written by Douglas Thomson (1989/1990)
  3.  *
  4.  * This source code is released into the public domain.
  5.  */
  6.  
  7. /*
  8.  * prototypes for window.c functions
  9.  */
  10. int open_window ARGS((windows *window, char *name));
  11. void choose_window ARGS((char *name, windows *window));
  12. void size_window ARGS((windows *window));
  13. void get_help ARGS((windows *old_window));
  14. void finish ARGS((windows *window));
  15. int create_window ARGS((windows *prev, int top, int bottom,
  16.         text_ptr cursor, file_infos *file));
  17. int create_file ARGS((file_infos *prev));
  18.